home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / MacOberon / MacOberon (core) / Edit.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1991-02-15  |  1.0 KB  |  25 lines  |  [.Ob./.Ob2]

  1. Syntax10.Scn.Fnt
  2. Syntax12.Scn.Fnt
  3. Syntax14.Scn.Fnt
  4. Syntax10i.Scn.Fnt
  5. HdiEdit.Print PostScript0 % *
  6. Edit.Print PostScript1 % ~
  7. Edit.CopyFont    {from Star marker}
  8. {You may also Position the caret to a font}
  9. {attribute and interclick the Select button}
  10. {to copy the font attribute to the selection}
  11. Edit.ChangeFont Syntax10.Scn.Fnt
  12. Edit.ChangeFont Syntax12.Scn.Fnt
  13. Edit.ChangeFont Syntax14.Scn.Fnt
  14. Edit.SetFont Syntax10.Scn.Fnt    {Input Font}
  15. Edit.SetFont Syntax12.Scn.Fnt    {Input Font}
  16. --------------
  17. Use Edit.Print to create a PostScript file, which may be downloaded onto
  18. any compatible printer.
  19.         Edit.Print outputfile *
  20.         Edit.Print outputfile inputfile1 inputfile2 ... inputfileN ~
  21. The file Oberon.Header.ps contains macro declarations necessary for printing
  22. the output generated and must be sent to the printer before the actual
  23. print data is sent.  Font substitution instructions for translating between
  24. Oberon and PostScript fonts are defined in this file and may be changed freely.
  25.